Rust Todo
Simple todo website with account.
Rust Todo
Rust Todo
Simple todo website with account.
cd frontend
npm run dev # run & watch frontend
cd ..
cargo run # run backend
cd frontend
# change ws url in src/tools.js#getWsUrl
npm run build # compile frontend
cd ..
cargo build --release # compile backend
serve frontend/build # serve frontend
./target/release/rust_chat # run backend